|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Macros | |
| #define | INFOD_START (0x1800) |
Functions | |
| void | main (void) |
Variables | |
| uint32_t | calibration_data [] = {0x12345678} |
| #define INFOD_START (0x1800) |
Definition at line 75 of file flashctl_ex3_longWordWrite.c.
| void main | ( | void | ) |
Definition at line 78 of file flashctl_ex3_longWordWrite.c.
References __delay_cycles(), calibration_data, INFOD_START, status, and STATUS_FAIL.
| uint32_t calibration_data[] = {0x12345678} |
MSP430F5529 Demo - Flash In-System Programming w/ Long-Word write at 0x1800
Description: This program first erases flash seg D, then it writes a 32-bit value to memory location 0x1800 using BLK write mode. BLK write provides faster write times than byte/word mode. LED toggles upon completion. ACLK = REFO = 32kHz, MCLK = SMCLK = default DCO 1048576Hz
/|| | | | P1.0|-LED –|RST | | |
This example uses the following peripherals and I/O signals. You must review these and change as needed for your own board:
This example uses the following interrupt handlers. To use this example in your own application you must add these interrupt handlers to your vector table.
Definition at line 68 of file flashctl_ex3_longWordWrite.c.
Referenced by main().